home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C++
/
Applications
/
Muddweller 1.2
/
source code
/
Main
/
DocDialogs.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-02-11
|
387 b
|
19 lines
|
[
TEXT/MPS
]
/* DocDialogs - Implementation of the configuration dialogs */
#ifndef __DOCDIALOGS__
#define __DOCDIALOGS__
#ifndef __MUDDOC__
#include "MUDDoc.h"
#endif
pascal void Communication (TMUDDoc *theDoc);
pascal void ConfigTCP (TMUDDoc *theDoc);
pascal void Preferences (TMUDDoc *theDoc);
pascal void Setup (TMUDDoc *theDoc);
pascal void InitDocDialogs (void);
#endif